PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFInkAnnotation Class / setPoints Method
An array of arrays, each array defining a path.
In This Topic
    setPoints Method
    In This Topic
    Sets the annotation points.
    The points in this array are given in page display coordinates, relative to top left corner of the visible page.
    Syntax
    public void setPoints( 
       PDFPoint[][] points
    )

    Parameters

    points
    An array of arrays, each array defining a path.
    Exceptions
    ExceptionDescription
    When points is set and the annotation does not belong to a page.
    See Also